@import url("./nav.css");
@import url("./footer.css");
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body{
    height: 100%;
    width: 100%;
}


.vismis{
    height:max-content;
    width: 100%;
    padding-left:50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #47474717;
    box-shadow: 1px 1px 10px 1px gray;
    margin-bottom: 22px;
}

.vismis h2{
    color: #002147;
}

.vismis p{
    font-family:"Rubik", Sans-serif;
}